From 4579bbc78fa6098f27f9a8bd115bacc50be7d3b1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 19 Dec 2025 20:23:08 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-11-14 -> 0-unstable-2025-12-19 --- pkgs/applications/emulators/libretro/cores/bsnes.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/bsnes.nix b/pkgs/applications/emulators/libretro/cores/bsnes.nix index 24f05b53fc34..ce95defa99c0 100644 --- a/pkgs/applications/emulators/libretro/cores/bsnes.nix +++ b/pkgs/applications/emulators/libretro/cores/bsnes.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "bsnes"; - version = "0-unstable-2025-11-14"; + version = "0-unstable-2025-12-19"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "c11dd1f8551ad9b6668ebfcbb5833cfc034b7205"; - hash = "sha256-8QI7/BaAm3GERPUUprzFTrH7CuPK7W0fCAoHEefKeaI="; + rev = "d9b7c292cfb15959c9928e3b76bb1047b8499938"; + hash = "sha256-FzYe6p3+knxcoIcQW00p3C3+rMEsAWI+ZFdy5mvDhoY="; }; makefile = "Makefile";