From f85fc2108260ef20fefe3cabe7108c5f6f1ba185 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 19 Jan 2026 20:59:36 +0000 Subject: [PATCH] libretro.bsnes: 0-unstable-2025-12-19 -> 0-unstable-2026-01-16 --- 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 ce95defa99c0..9c4388db5c78 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-12-19"; + version = "0-unstable-2026-01-16"; src = fetchFromGitHub { owner = "libretro"; repo = "bsnes-libretro"; - rev = "d9b7c292cfb15959c9928e3b76bb1047b8499938"; - hash = "sha256-FzYe6p3+knxcoIcQW00p3C3+rMEsAWI+ZFdy5mvDhoY="; + rev = "d0a61b2c679bc73286be5471b222b1f1ebfb67b9"; + hash = "sha256-1C+c0cQqFSRDGBhNr4s4xD/THbyDP/iVUJpAmHFQfiE="; }; makefile = "Makefile";