I use SDL and Opengl and it my game works fine.

The refresh rate should have no effect on your game. You can turn off VSync using wgl_swapcontrolext, that way your game will render at the maximum speed it can.

I wouldn't just abandon SDL, it was good enough for Unreal Tournament