From f89f88ca2c2c71bf306a3434e76f7c6d05aa7509 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Apr 2026 09:14:47 +0000 Subject: [PATCH] libretro.handy: 0-unstable-2025-06-16 -> 0-unstable-2026-03-31 --- pkgs/applications/emulators/libretro/cores/handy.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/handy.nix b/pkgs/applications/emulators/libretro/cores/handy.nix index 4d9f9ec997f7..6d6a3efae9d9 100644 --- a/pkgs/applications/emulators/libretro/cores/handy.nix +++ b/pkgs/applications/emulators/libretro/cores/handy.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "handy"; - version = "0-unstable-2025-06-16"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-handy"; - rev = "fca239207e9c111da3e85d2faf0b1b9d7524e498"; - hash = "sha256-8RpRhGgW5JWY6TZa9CEaXF66WpbjcjprorVqu+FGYu0="; + rev = "ae216ac46e15b0f7af20d0d42042d7db1a28ec96"; + hash = "sha256-KKYdAEzFnUCbzanB8P+ME2pEdz90eAzAE79pTOFSHZo="; }; makefile = "Makefile";