From 545dd30e9facee2acbc4507795dab2ea5407ff47 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 7 Apr 2026 18:23:42 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2026-01-16 -> 0-unstable-2026-03-31 --- 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 9c4388db5c78..b00eb6528e8e 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-2026-01-16"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "d0a61b2c679bc73286be5471b222b1f1ebfb67b9"; - hash = "sha256-1C+c0cQqFSRDGBhNr4s4xD/THbyDP/iVUJpAmHFQfiE="; + rev = "399bdedb20f6e847e75e8425ca240560ea0940a6"; + hash = "sha256-T3pmZ6WJOXyubiTzOIDipMdRDpB+RiNRnd76XbOIl84="; }; makefile = "Makefile";