I was working on another autosplitter and based the method for finding WRAM across different emulators on this one (this was a very helpful reference!). I added support for snes9x v1.62.3 this way. It's keeping the existing pointer list for legacy versions, and adds an additional list of module-relative offsets for the current versions of snes9x. It's perhaps a little ugly, but I hope it helps :)
I was working on another autosplitter and based the method for finding WRAM across different emulators on this one (this was a very helpful reference!). I added support for snes9x v1.62.3 this way. It's keeping the existing pointer list for legacy versions, and adds an additional list of module-relative offsets for the current versions of snes9x. It's perhaps a little ugly, but I hope it helps :)