From 47db8849f4801d13832fe638c374e4feb16bd05a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Mar 2026 16:34:41 +0000 Subject: [PATCH] libretro.np2kai: 0-unstable-2026-02-08 -> 0-unstable-2026-03-08 --- 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 4d37114b8c1b..0dfa1b3a0795 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-02-08"; + version = "0-unstable-2026-03-08"; src = fetchFromGitHub { owner = "AZO234"; repo = "NP2kai"; - rev = "44c8a8c61640f2d5476af5224dbd88a36079f45d"; - hash = "sha256-aWiFCG47ckN+b+wdxsXQmnLwGYfkhxkjYv7EMQTFgkU="; + rev = "36df8cd8b1397ec372d9a6f2f30d892b6f30e2b8"; + hash = "sha256-JHKZ/FwxF9CQ6piGpnAxLqISUC4lz89jRWDIjxtxBQs="; fetchSubmodules = true; };