From 07cf9bf79092d1daf080df261e3d4ecb053bf5c6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 20 Jun 2026 10:46:37 +0000 Subject: [PATCH] libretro.snes9x: 0-unstable-2026-05-20 -> 0-unstable-2026-06-16 --- 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 288bf5f1acdb..be3c91bfc28e 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-05-20"; + version = "0-unstable-2026-06-16"; src = fetchFromGitHub { owner = "snes9xgit"; repo = "snes9x"; - rev = "f8aff9cbd0ab3ee92679f039298d57b55f9d790e"; - hash = "sha256-4tOXpK2OBY6u5NnuIq5NWT3haOp2y+4BtBlHVAzEuRE="; + rev = "9df418161bd030d59a0ab0c7b656df68dea11007"; + hash = "sha256-1NZ0ESAunxYOIuk/X+41HELKdxq1U6VG5EG+or+VLkk="; }; makefile = "Makefile";