···1919 # The websites yt-dlp deals with are a very moving target. That means that
2020 # downloads break constantly. Because of that, updates should always be backported
2121 # to the latest stable release.
2222- version = "2025.09.23";
2222+ version = "2025.09.26";
2323 pyproject = true;
24242525 src = fetchFromGitHub {
2626 owner = "yt-dlp";
2727 repo = "yt-dlp";
2828 tag = version;
2929- hash = "sha256-pqdR1JfiqvBs5vSKF7bBBKqq0DRAi3kXCN1zDvaW3nQ=";
2929+ hash = "sha256-/uzs87Vw+aDNfIJVLOx3C8RyZvWLqjggmnjrOvUX1Eg=";
3030 };
31313232 postPatch = ''