aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretro.c b/libretro.c
index 70f8a11..39930cd 100644
--- a/libretro.c
+++ b/libretro.c
@@ -564,7 +564,7 @@ void retro_get_system_info(struct retro_system_info* info)
info->need_fullpath = true;
#endif
info->valid_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc";
- info->library_version = "v1.43";
+ info->library_version = "v1.36";
info->library_name = "CATSFC(SNES9x)";
info->block_extract = false;
}