From e40be51140fa7580462d46aa905d368020bf6299 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 19 Jan 2026 22:18:55 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-12-29 -> 0-unstable-2026-01-19 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index b307f1480f41..f21fe82b67ff 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2025-12-29"; + version = "0-unstable-2026-01-19"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "4886dcb1c20cd4a85627cc4970d9d01cdf1c2d7d"; - hash = "sha256-Lp0MCf8MbqfeSdp6qrWi+q1xgatKl+8HDbTSd5xuzLM="; + rev = "f86e195017fb1595c2622bca3c95e88198194784"; + hash = "sha256-Cd3vFpB66Bymv/Zjzd4XO3qJn5vaSnkWV1i5IxtaXXc="; fetchSubmodules = true; };