From 84956b556a3441b058e8eb68a8fe3065aaa765be Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 23 May 2026 23:55:24 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2026-04-14 -> 0-unstable-2026-05-20 --- 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 b330ce86097d..288bf5f1acdb 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-2026-04-14"; + version = "0-unstable-2026-05-20"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "121bb374d0d9a5ba2dd73c7b14a58c95c236a9bf"; - hash = "sha256-8/Xe8T2+FP/l07AsW19arreXvygZhwTvIBypyvRBfnk="; + rev = "f8aff9cbd0ab3ee92679f039298d57b55f9d790e"; + hash = "sha256-4tOXpK2OBY6u5NnuIq5NWT3haOp2y+4BtBlHVAzEuRE="; }; makefile = "Makefile";