Not that I have found, and believe me when I say that I have searched long and hard for an answer.
I think snes9x being designed to run in landscape mode has something to do with having direct access to the frame buffer. What that exactly means, I don\'t know. I hope a developer will read this and try to explain it to us.
I have found a way to rotate the screen, but it just flips it 270 degrees instead of 90 degrees. That really doesn\'t do us any good, still in landscape view.
I do know of a way to change your control keys though, which may be useful considering how impossible it is to use s,d,x and c for gameplay whenever you are holding the zaurus sideways to view landscape mode.
check out this page for more info:
http://www.suhami.net/zaurus/snes/keybindBasicly you need to export your new keys by typing this in the console:
export S9XKEYS=27,100,99,115,120,97,122,13,32,103,106,117,110,121,98,105,109
Those numbers are your control keys in this order:
Quit,A,B,X,Y,L,R,START,SELECT,LEFT,RIGHT,UP,DOWN,L+U,L+D,R+U,R+D
(quit = 27, A = 100, etc...)
You don\'t want to mess with the \"LEFT,RIGHT,UP,DOWN,L+U,L+D,R+U,R+D\" controls so leave those blank...
export S9XKEYS=27,100,99,115,120,97,122,13,32
Then use the key chart on the link I posted above to change those numbers to whatever keys you want to use for the controls.