From 2e853be7842e770ab1f4816ad58cfeaf55ded84b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 17 May 2026 22:11:02 +0000 Subject: [PATCH] libretro.quicknes: 0-unstable-2026-04-20 -> 0-unstable-2026-05-11 --- pkgs/applications/emulators/libretro/cores/quicknes.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/quicknes.nix b/pkgs/applications/emulators/libretro/cores/quicknes.nix index beb36cb6b7ff..78151466a51c 100644 --- a/pkgs/applications/emulators/libretro/cores/quicknes.nix +++ b/pkgs/applications/emulators/libretro/cores/quicknes.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "quicknes"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-05-11"; src = fetchFromGitHub { owner = "libretro"; repo = "QuickNES_Core"; - rev = "7848e1ac22b1c69d056ae4cb57710651ff1dd169"; - hash = "sha256-cgoLO1572XoDDBJiEFglWtbo3vk5EXu/U3Pn7zrxqM8="; + rev = "a0ec494c417f365c578f3dacadb04383e4a99ade"; + hash = "sha256-q1AS4mASF2gaiGyuM6a/Z57bp0DPRQADlM+snb3iNSg="; }; makefile = "Makefile";