Super Hexagon Vita
More actions
| Super Hexagon Vita | |
|---|---|
| General | |
| Author | mcallbosco |
| Type | Puzzle |
| Version | 1.0 |
| License | MIT License |
| Last Updated | 2026/06/07 |
| Links | |
| Download | |
| Website | |
| Source | |
Super Hexagon — PS Vita Port is a homebrew .so-loader port of the Android version of Super Hexagon to the PlayStation Vita, accompanied by a browser-based installer that turns a user-supplied APK into a Vita-ready install package. The Vita-side loader relocates the Android .so files, stubs Android/JNI APIs, maps controls, and handles audio, text, saves, and rendering.
The repository contains only the loader and the website. It does not contain, distribute, or link to Super Hexagon itself; the game, its assets, and the Android binaries are owned by their original rights holders. To play, the user must legally own the Android version and supply the APK from their own copy. Super Hexagon can be purchased from Terry Cavanagh on itch.io. The loader is not useful without a legally obtained Android copy.
Notes
- Title ID: SHXV00001
- LiveArea title: Super Hexagon
- Data path: ux0:data/superhexagon/
- Save files are stored in the same data folder.
- The loader does not contain the commercial game and is not useful without a legally obtained Android copy.
Installation
Visit the installer site and drop in a Super Hexagon Android APK. The site returns superhexagon.zip. Unzipping it provides:
superhexagon_vita.vpk— install via VitaShell.superhexagon/— FTP or copy this folder toux0:data/.
After installation, the Vita should contain:
ux0:data/superhexagon/assets/ ux0:data/superhexagon/libsuperhexagon.so ux0:data/superhexagon/libopenFrameworksAndroid.so ux0:data/superhexagon/liboboe.so ux0:data/superhexagon/libc++_shared.so
Runtime requirements:
- A hacked PS Vita or PSTV
kubridge.skprxlibshacccg.suprx
Media
Super Hexagon Trailer (Terry Cavanagh)
</youtube>
Screenshots
Changelog
v1.0
- First Release.
Credits
- Terry Cavanagh — Super Hexagon
- TheFloW — original Vita
.so-loader research - Rinnegatamante — VitaGL and Vita porting foundations
- FalsoJNI / so_util contributors — Android loader support libraries
- soloader-boilerplate contributors — project foundation this port was built from
- VitaSDK — SoftFP contributors — toolchain support for Android
.sointerop - Mcall — this Vita port