From 0fedeccd893f9fe3d10ee1259157a61b9dad7f7f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 7 Feb 2026 02:19:38 +0000 Subject: [PATCH] libretro.np2kai: 0-unstable-2026-01-31 -> 0-unstable-2026-02-01 --- pkgs/applications/emulators/libretro/cores/np2kai.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/np2kai.nix b/pkgs/applications/emulators/libretro/cores/np2kai.nix index a13fe9275eed..6fbd92989010 100644 --- a/pkgs/applications/emulators/libretro/cores/np2kai.nix +++ b/pkgs/applications/emulators/libretro/cores/np2kai.nix @@ -5,13 +5,13 @@ }: mkLibretroCore rec { core = "np2kai"; - version = "0-unstable-2026-01-31"; + version = "0-unstable-2026-02-01"; src = fetchFromGitHub { owner = "AZO234"; repo = "NP2kai"; - rev = "696c03b5d2cc6d67450b62276fb945d791fa6be1"; - hash = "sha256-usaQl1q9U+Qwe/ZxOyrDxTUr1ifbPljQrxRc7uoQWLA="; + rev = "15676585b9a370e874ea9309252bd8236df3f642"; + hash = "sha256-Zaay3JYCjv1eohNTC/9AYD0ZrvNaz9X4A4D6CkB/n+4="; fetchSubmodules = true; };