From f7f20510b6e4846eacb4218ea2d17ae70a318314 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 9 Jul 2026 19:05:51 +0000 Subject: [PATCH] libretro.quicknes: 0-unstable-2026-05-11 -> 0-unstable-2026-07-06 --- 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 78151466a51c..a92cf4c454e5 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-05-11"; + version = "0-unstable-2026-07-06"; src = fetchFromGitHub { owner = "libretro"; repo = "QuickNES_Core"; - rev = "a0ec494c417f365c578f3dacadb04383e4a99ade"; - hash = "sha256-q1AS4mASF2gaiGyuM6a/Z57bp0DPRQADlM+snb3iNSg="; + rev = "26bb785c9deddb66a17717b21bb4e328f03ade32"; + hash = "sha256-0W6kYAnRw7uVdjoFL+f4Y8Ut932NbsoEer5TTwf9rBk="; }; makefile = "Makefile";