From b21c2e764c721226ae94af1f57c5962e9f03a54b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 28 Jun 2026 06:43:53 +0000 Subject: [PATCH] libretro.dolphin: 0-unstable-2026-04-08 -> 0-unstable-2026-06-26 --- pkgs/applications/emulators/libretro/cores/dolphin.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/dolphin.nix b/pkgs/applications/emulators/libretro/cores/dolphin.nix index 9ff08b1ff89f..f1fe5b891b01 100644 --- a/pkgs/applications/emulators/libretro/cores/dolphin.nix +++ b/pkgs/applications/emulators/libretro/cores/dolphin.nix @@ -20,13 +20,13 @@ }: mkLibretroCore { core = "dolphin"; - version = "0-unstable-2026-04-08"; + version = "0-unstable-2026-06-26"; src = fetchFromGitHub { owner = "libretro"; repo = "dolphin"; - rev = "0cd3bb89c29535db9b7552fc86871867ccf5b471"; - hash = "sha256-cSiJO/EvspNvHopo/RLfuz8ONpbXk2NrrSDhkiAm7/s="; + rev = "fec5e8e106489e0d00e69dd4afaabc3d95688047"; + hash = "sha256-GNAZgFHZCnokL3HYU+xsFtghpN09QbsZpwMW1eMtSvU="; fetchSubmodules = true; };