From 2b455a03e1974135e938ed833ddc62d10ff119bb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Dec 2024 16:21:13 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2024-10-28 -> 1.63-unstable-2024-12-08 --- pkgs/applications/emulators/libretro/cores/snes9x.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/snes9x.nix b/pkgs/applications/emulators/libretro/cores/snes9x.nix index 9c977d2a4d08..ec56130a5654 100644 --- a/pkgs/applications/emulators/libretro/cores/snes9x.nix +++ b/pkgs/applications/emulators/libretro/cores/snes9x.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "snes9x"; - version = "0-unstable-2024-10-28"; + version = "1.63-unstable-2024-12-08"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "fd05ca7df5259a2cd0aa9204f331e0b05126c376"; - hash = "sha256-o/Rb1XQ7QoI0hKROMFZ9igyH8NN3bMryvyU4oNUqtRA="; + rev = "9be3ed49a8711b016eb7280b758995bf2cbca4dd"; + hash = "sha256-3FE90o+OJYiBzaiLEggZZ3jbLCFTRMwI/ayaJ5clm4c="; }; makefile = "Makefile";