Segmentation Fault on OS X Mavericks (10.9.2)

I'm having issues getting Supermodel to successfully run since my update to Mavericks. It was previously working fine in Snow Leopard, and I think it was fine in Lion.
I tried deleting my old install and recompiling using this guide: http://www.supermodel3.com/Forum/viewtopic.php?f=5&t=1036, but the problem persists.
When I try to launch Supermodel from Terminal, i.e. /Applications/Supermodel_02a/Supermodel swtrilgy.zip, the game starts, it shows the first couple of screens (in this case the Sega logo then the LucasArts logo) and then it crashes. The Terminal simply states "Segmentation Fault: 11".
I've tried running it with gdb, but it doesn't seem to be finding the function names. Here is what it generated:
(gdb) run /Users/Home/Desktop/swtrilgy.zip
Starting program: /Applications/Emulators/Supermodel_02a/Supermodel /Users/Home/Desktop/swtrilgy.zip
Supermodel: A Sega Model 3 Arcade Emulator (Version 0.2a)
Copyright (C) 2011 by Bart Trzynadlowski and Nik Henson
Title: Star Wars Trilogy (Revision A)
ROM Set: swtrilgy
Developer: Sega, LucasArts
Year: 1998
Step: 2.1
Extra Hardware: Digital Sound Board (Type 2)
[New Thread 0x1a0b of process 6803]
[New Thread 0x1b03 of process 6803]
[New Thread 0x1c03 of process 6803]
[New Thread 0x1d03 of process 6803]
[New Thread 0x1e03 of process 6803]
[New Thread 0x1f03 of process 6803]
[New Thread 0x2003 of process 6803]
Program received signal SIGSEGV, Segmentation fault.
0x0000123440310917 in ?? ()
(gdb) backtrace
#0 0x0000123440310917 in ?? ()
#1 0x0000000100000001 in ?? ()
#2 0x000000000000000f in ?? ()
#3 0x0000000101852c00 in ?? ()
#4 0x00000000003f0083 in ?? ()
#5 0x00000000003f0083 in ?? ()
#6 0x0000000000000001 in ?? ()
#7 0x00007fff5fbfbb10 in ?? ()
#8 0x0000123440310837 in ?? ()
#9 0x0000000101630000 in ?? ()
#10 0x0000007e01070000 in ?? ()
#11 0x0000000000000010 in ?? ()
#12 0x000000011582da68 in ?? ()
#13 0x000000011582dfb8 in ?? ()
#14 0x0000000000000000 in ?? ()
(gdb)
Any help would be much appreciated!
I tried deleting my old install and recompiling using this guide: http://www.supermodel3.com/Forum/viewtopic.php?f=5&t=1036, but the problem persists.
When I try to launch Supermodel from Terminal, i.e. /Applications/Supermodel_02a/Supermodel swtrilgy.zip, the game starts, it shows the first couple of screens (in this case the Sega logo then the LucasArts logo) and then it crashes. The Terminal simply states "Segmentation Fault: 11".
I've tried running it with gdb, but it doesn't seem to be finding the function names. Here is what it generated:
(gdb) run /Users/Home/Desktop/swtrilgy.zip
Starting program: /Applications/Emulators/Supermodel_02a/Supermodel /Users/Home/Desktop/swtrilgy.zip
Supermodel: A Sega Model 3 Arcade Emulator (Version 0.2a)
Copyright (C) 2011 by Bart Trzynadlowski and Nik Henson
Title: Star Wars Trilogy (Revision A)
ROM Set: swtrilgy
Developer: Sega, LucasArts
Year: 1998
Step: 2.1
Extra Hardware: Digital Sound Board (Type 2)
[New Thread 0x1a0b of process 6803]
[New Thread 0x1b03 of process 6803]
[New Thread 0x1c03 of process 6803]
[New Thread 0x1d03 of process 6803]
[New Thread 0x1e03 of process 6803]
[New Thread 0x1f03 of process 6803]
[New Thread 0x2003 of process 6803]
Program received signal SIGSEGV, Segmentation fault.
0x0000123440310917 in ?? ()
(gdb) backtrace
#0 0x0000123440310917 in ?? ()
#1 0x0000000100000001 in ?? ()
#2 0x000000000000000f in ?? ()
#3 0x0000000101852c00 in ?? ()
#4 0x00000000003f0083 in ?? ()
#5 0x00000000003f0083 in ?? ()
#6 0x0000000000000001 in ?? ()
#7 0x00007fff5fbfbb10 in ?? ()
#8 0x0000123440310837 in ?? ()
#9 0x0000000101630000 in ?? ()
#10 0x0000007e01070000 in ?? ()
#11 0x0000000000000010 in ?? ()
#12 0x000000011582da68 in ?? ()
#13 0x000000011582dfb8 in ?? ()
#14 0x0000000000000000 in ?? ()
(gdb)
Any help would be much appreciated!