From 61fd72711dec8261038f1c7e574cb7e3a91eeb2a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 16 Apr 2026 09:51:25 +0000 Subject: [PATCH] libretro.nxengine: 0-unstable-2026-03-31 -> 0-unstable-2026-04-09 --- pkgs/applications/emulators/libretro/cores/nxengine.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/nxengine.nix b/pkgs/applications/emulators/libretro/cores/nxengine.nix index 8067ac6f1f07..d35837fca6fd 100644 --- a/pkgs/applications/emulators/libretro/cores/nxengine.nix +++ b/pkgs/applications/emulators/libretro/cores/nxengine.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "nxengine"; - version = "0-unstable-2026-03-31"; + version = "0-unstable-2026-04-09"; src = fetchFromGitHub { owner = "libretro"; repo = "nxengine-libretro"; - rev = "990bdaacd6ed9db735ea625c948252d0b8a2100a"; - hash = "sha256-41f2iHQi3gwla1gM2/rFvzTKhSIrJqYLZN+5f9Ylu7A="; + rev = "a1c45fd4d045333f4ea523e556469b545be82b0a"; + hash = "sha256-v7mUr4GeNc/bOe4gQvtPns4/uLA+r7UFGavDdtBNj6E="; }; makefile = "Makefile";