From ccce307502aed3b73608186dd6a1446d8bca0e2b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 16 May 2025 03:25:22 +0000 Subject: [PATCH] libretro.citra: 0-unstable-2024-12-03 -> 0-unstable-2025-05-07 --- pkgs/applications/emulators/libretro/cores/citra.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/citra.nix b/pkgs/applications/emulators/libretro/cores/citra.nix index 979e9e78a58c..febf6e8413c6 100644 --- a/pkgs/applications/emulators/libretro/cores/citra.nix +++ b/pkgs/applications/emulators/libretro/cores/citra.nix @@ -9,13 +9,13 @@ }: mkLibretroCore { core = "citra"; - version = "0-unstable-2024-12-03"; + version = "0-unstable-2025-05-07"; src = fetchFromGitHub { owner = "libretro"; repo = "citra"; - rev = "a31aff7e1a3a66f525b9ea61633d2c5e5b0c8b31"; - hash = "sha256-HlhY4AeFQSabrmPQWLygjPGTWkIh0U0Hv1Fv4YFu9xg="; + rev = "b1f9fe0c3d4d6c4e133a710bc172d9adcb40c706"; + hash = "sha256-EI8N+tjA6UsEq7sKIZ/zxeugW/oyCF+cPKX2HTjVqNI="; fetchSubmodules = true; };